E:\>as3apgen -help
as3apgen - Copyright 1993-1997 DBStar Inc.

as3apgen [-hu | -te | -ti | -un | -up] [-n nRows | -4 | -40 | -400 | -s Scale]
         [-f filename] [-fc nChars] [-r [reportFile]] [-ff]
         [-dc delimChar] [-t tmpDir] [-help]

where   -hu   Generate just the hundred table.
        -te   Generate just the ten percent table.
        -ti   Generate just the tiny table.
        -un   Generate just the uniques table.
        -up   Generate just the updates table.
        -f    Specifies the full path to the file that will contain the
              generated table if one of -hu, -te, -ti, -un, or -up is
              specified.  In this case, it may be, "-", in which case
              the table is written to standard output.  If all the tables
              are to be generated, the file name specifies the prefix name
              for each table, which will be suffixed with ".hun", ".ten",
              ".tny", ".uni", and ".upd").  The default prefix name
              is "asap".
        -n    Specifies the number of rows to generate.  Must be between
              100 and 100000000, and defaults to 100000, the size of the
              40 megabyte database.
        -4    Generate the 4 megabyte database.
        -40   Generate the 40 megabyte database.
        -400  Generate the 400 megabyte database.
        -s    Specify the Scale Factor of the tables.
        -fc   Specifies the number of characters in the fill column.
              The default is 0 -- no fill column.
        -r    Specifies the optional report is to be generated.  If the
              report file name is not specified, it defaults to "asap.rpt".
        -ff   Specifies that the columns are to be in fixed format.  The
              default is <delimChar> separated, variable format.
        -dc   Sets the field delimiter to delimChar.  The default is ','.
              To specify a tab as the delimiter character, use the word "tab".
        -t    Specifies the directory where temporary files are to be
              created.  The default is the current directory.
        -help Prints this help text and exits.

NOTE:   -hu, -te, -ti, -un, and -up are mutually exclusive.
        -n, -4, -40, -400, -s are mutually exclusive.
        -ff and -dc are mutually exclusive.
